home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / Helper Apps (MAC) / HELPER_ URL Runner 3.0 / URL Runner FMP3.sit / URL Runner FMP3 / Reference Scripts / Create Record in U.R.tx < prev    next >
Text File  |  1996-10-04  |  126b  |  4 lines

  1. tell application "FileMaker Pro"
  2.     set TheBank to the ID of (create new record at database 1)
  3.     go to record ID TheBank
  4. end tell